cody - HTMLify profile

cody
4270 Files
633435 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/69 - Food Delivery Site
body{
box-sizing: border-box;
user-select: none;
}
header::before{
background: url('https://images.unsplash.com/photo-1586816001966-79b736744398?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80')no-repeat center center/cover;
content: "";
position: absolute;
box-sizing: border-box;
user-select: none;
}
header::before{
background: url('https://images.unsplash.com/photo-1586816001966-79b736744398?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80')no-repeat center center/cover;
content: "";
position: absolute;
let name = prompt("Enter Your Name", "Guest");
setTimeout(() => {
let time = new Date();
if(time.getHours()<12 && time.getHours()>=0){
alert("Good Morning " + name + ", Hope You are doing well. Welcome to our site, We provide best quality food at such an affordable price that you will not regret after ordering from our site.")
}
else if(time.getHours()>=12 && time.getHours()<=16){
alert("Good Afternoon " + name + ", Hope You are doing well. Welcome to our site, We provide bes
setTimeout(() => {
let time = new Date();
if(time.getHours()<12 && time.getHours()>=0){
alert("Good Morning " + name + ", Hope You are doing well. Welcome to our site, We provide best quality food at such an affordable price that you will not regret after ordering from our site.")
}
else if(time.getHours()>=12 && time.getHours()<=16){
alert("Good Afternoon " + name + ", Hope You are doing well. Welcome to our site, We provide bes
Media file
Media file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>